home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TGLOSSARYSCREEN / TGLOSSARYSCREEN.txt
Encoding:
Text File  |  2001-11-13  |  1.3 KB  |  64 lines

  1. object GlossaryScreen: TGlossaryScreen
  2.   Left = 190
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'GlossaryScreen'
  7.   ClientHeight = 325
  8.   ClientWidth = 619
  9.   Color = 44930213
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Term: TLabel
  21.     Left = 2
  22.     Top = 4
  23.     Width = 613
  24.     Height = 73
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Term'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -27
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     ShowAccelChar = False
  35.     Transparent = True
  36.     WordWrap = True
  37.   end
  38.   object Definition: TLabel
  39.     Left = 6
  40.     Top = 46
  41.     Width = 611
  42.     Height = 229
  43.     AutoSize = False
  44.     Caption = 'Label1'
  45.     Font.Charset = ANSI_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -27
  48.     Font.Name = 'Times New Roman'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     ShowAccelChar = False
  52.     Transparent = True
  53.     WordWrap = True
  54.   end
  55.   object btnClose: TSpeedButton
  56.     Left = 243
  57.     Top = 284
  58.     Width = 152
  59.     Height = 39
  60.     Flat = True
  61.     OnClick = btnCloseClick
  62.   end
  63. end
  64.